/* News Articles Custom Styles */


  
  
  .news_pic img{display: block;
  margin-left: auto;
  margin-right: auto;
  width:83%;height: auto;
  }
.video-width video{ width:83%;height: auto;}  

 @media (max-width: 992px){
	
	.news_pic img{width:83%;}
	.video-width video{ width:83%;}  
} 

.DreamTable{
    width:100%; 
    text-align:right;
}
.DreamListing{
    width:100%; 
    text-align:right;
    border-bottom:1px dotted gray;
}
.dreamTopCell {
    padding: 0px 0px 0px 0;
    font: normal 10px;
    border-bottom:1px dotted gray;
}
.Details 
{
	 font-family: Tahoma, Arial;
	 font-size: 10px;
	 color: #666666;
	 padding-top:3px;
}
.ShortSummary
{
	padding-top:5px;
	line-height:15px;
}
.Summary
{
	line-height:22px;
}
	
.articleContentCell { vertical-align:top; background-color: Transparent; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.FooterCell {font: 11x; font-family: Tahoma, Arial; font-weight: normal; text-align:center; padding: 3px; background-color:#F5F5F5; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }

